home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gHSCount
- set vV to HSStateGet("th", "vrV")
- set vH to HSStateGet("th", "vrH")
- set vZ to HSStateGet("th", "vrZ")
- if vV = EMPTY then
- put "Duck"
- SetPanoMovieView("86.667", "-9.070", "65.000", "0")
- else
- SetPanoMovieView(vH, vV, vZ, "0")
- end if
- ShowPanoMovie(0)
- if HSStateGet("th", "not1stTime") = EMPTY then
- HSStatePut("th", "not1stTime", "1")
- SetCursor(#wait)
- puppetSound("TREEINTR.AIF")
- SetCursor(#normal)
- end if
- go("Main")
- end
-